Search results 59

Card image cap
CountArrayCol

Returns the count of array fields, given the dimension, using UBound ...

Card image cap
IsThere_Remote

Checks if a file can be reached online or no Same as

Card image cap
VBA vs ASP Classic

Differences between coding in VB in Classic ASP (aka VBScript) and VBA (aka ...

Card image cap
Unprotect sheet or workbook

Unprotect worksheet (and workbook) using VBA code

UnProtect.zip

Card image cap
Porting Excel/VBA into OpenOffice Calc

PDF document on what needed to import VBA from Excel into OpenOffice Calc Basic

Card image cap
DBMySQLVBA API

An API to allow connecting to MySQL database from VBA (or VB6), found it a ...

dbmysqlvbapi.zip

Card image cap
User-defined type error

How to fix error (User-defined Type) error, especially when using outside ...

Card image cap
OpenOffice Calc

OpenOffice programming with Visual Basic Some document I had for my reference.

Card image cap
Protect VBA

Protect VBA project from inside VBA This is the raw way, there has to be other ...

Card image cap
Show/hide ribbon

Show or hide Excel ribbon from inside VBA Needed that in one of my projects

Card image cap
Import error log

Imports the SQL Server error log into a table, so that it can be queried This ...

Card image cap
Permission Denied error

Issue: Trying to copy file (Using VB command FileCopy) while that file was ...